enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Production régionale annuelle des énergies renouvelables

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Annee
Année

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
date
Exemple
                       
Nom INSEE région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_insee_region
Type
texte
Exemple
                       
Code INSEE région
Code INSEE de la région

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_region
Type
texte
Exemple
                       
Production hydraulique renouvelable (GWh)
Production hydraulique renouvelable en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_hydraulique_renouvelable
Type
décimal
Exemple
                       
Production bioénergies renouvelable (GWh)
Production des bioénergies renouvelable en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_bioenergies_renouvelable
Type
décimal
Exemple
                       
Production éolienne renouvelable (GWh)
Production éolienne renouvelable en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_eolienne_renouvelable
Type
décimal
Exemple
                       
Production solaire renouvelable (GWh)
Production solaire renouvelable en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_solaire_renouvelable
Type
décimal
Exemple
                       
Production électrique renouvelable (GWh)
Production d'électricité renouvelable (hydraulique, bioénergies, éolienne et solaire) en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_electrique_renouvelable
Type
décimal
Exemple
                       
Production gaz renouvelable (GWh)
Production de gaz renouvelable (biométhane) en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_gaz_renouvelable
Type
décimal
Exemple
                       
Production totale renouvelable (GWh)
Production totale renouvelable en GWh

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
production_totale_renouvelable
Type
décimal
Exemple
                       
Géo-shape région
Géo-shape du contour de la région

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape_region
Type
geo_shape
Exemple
                       
Géo-point région
Géo-point du centre de la région

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_region
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"production-regionale-annuelle-des-energies-renouvelables-2008-a-2020",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-regionale-annuelle-des-energies-renouvelables-2008-a-2020"
      }
    ]
    ,
  • "definitions":
    {
    • "production-regionale-annuelle-des-energies-renouvelables-2008-a-2020":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-regionale-annuelle-des-energies-renouvelables-2008-a-2020_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "production-regionale-annuelle-des-energies-renouvelables-2008-a-2020_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Annee",
                • "description":"Année"
                }
                ,
              • "nom_insee_region":
                {
                • "type":"string",
                • "title":"Nom INSEE région",
                • "description":""
                }
                ,
              • "code_insee_region":
                {
                • "type":"string",
                • "title":"Code INSEE région",
                • "description":"Code INSEE de la région"
                }
                ,
              • "production_hydraulique_renouvelable":
                {
                • "type":"number",
                • "title":"Production hydraulique renouvelable (GWh)",
                • "description":"Production hydraulique renouvelable en GWh"
                }
                ,
              • "production_bioenergies_renouvelable":
                {
                • "type":"number",
                • "title":"Production bioénergies renouvelable (GWh)",
                • "description":"Production des bioénergies renouvelable en GWh"
                }
                ,
              • "production_eolienne_renouvelable":
                {
                • "type":"number",
                • "title":"Production éolienne renouvelable (GWh)",
                • "description":"Production éolienne renouvelable en GWh"
                }
                ,
              • "production_solaire_renouvelable":
                {
                • "type":"number",
                • "title":"Production solaire renouvelable (GWh)",
                • "description":"Production solaire renouvelable en GWh"
                }
                ,
              • "production_electrique_renouvelable":
                {
                • "type":"number",
                • "title":"Production électrique renouvelable (GWh)",
                • "description":"Production d'électricité renouvelable (hydraulique, bioénergies, éolienne et solaire) en GWh"
                }
                ,
              • "production_gaz_renouvelable":
                {
                • "type":"number",
                • "title":"Production gaz renouvelable (GWh)",
                • "description":"Production de gaz renouvelable (biométhane) en GWh"
                }
                ,
              • "production_totale_renouvelable":
                {
                • "type":"number",
                • "title":"Production totale renouvelable (GWh)",
                • "description":"Production totale renouvelable en GWh"
                }
                ,
              • "geo_shape_region":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Géo-shape région",
                • "description":"Géo-shape du contour de la région"
                }
                ,
              • "geo_point_region":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géo-point région",
                • "description":"Géo-point du centre de la région"
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires